home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Missions / Mission_8 / Forest.script < prev    next >
Text File  |  2001-09-10  |  432b  |  19 lines

  1. //---------------------------------
  2. //  Forest script
  3. //
  4. //  (c) 2001 G5 Software:
  5. //      Sergey Shoolts
  6. //      Vlad Suglobov
  7. //      Max Ryumin
  8. //      Alex Tabunov
  9. //      Alex Koloskov
  10. //---------------------------------
  11.  
  12. class CInterceptJeepMission_Forest extends CBaseForest
  13. {
  14.   int    Dimension = 2048;
  15.   string ZoneMap   = "Terrains/zone_07.bmp";
  16.   string SkinFile  = "Missions/Mission_8/Forest.skin";
  17. }
  18.  
  19.